@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
	}
.top{
	width:100%;
	height:30px;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	}
.top .tcon{
	width:1200px;
	margin:0 auto;
	}
.top .tcon p:nth-of-type(1){
	float:left;
	font-size:12px;
	line-height:30px;
	color:#666;
	}
.top .tcon p:nth-of-type(2){
	float:right;
	font-size:12px;
	line-height:30px;
	color:#666;
	}
.top .tcon p:nth-of-type(2) a{
	margin:0px 10px;
	color:#666;
	}
.top .tcon p:nth-of-type(2) a:hover{
	color:#117cde;
	text-decoration:underline;
	}
.header{
	width:1200px;
	height:100px;
	margin:0 auto;
	}
.header .logo{
	width:402px;
	height:62px;
	float:left;
	margin-top:19px;
	}
.header .link{
	overflow:hidden;
	float:left;
	margin-left:100px;
	line-height:100px;
	}
.header .link a{
	color:#333;
	font-size:16px;
	}
.header .tell{
	float:right;
	overflow:hidden;
	margin-top:5px;
	margin-top:30px;
	}
.header .tell .tel{
	width:70px;
	height:40px;
	float:left;
	font-size:14px;
	line-height:20px;
	color:#666;
	padding-left:40px;
	background:url(../images/tell.png) left 4px no-repeat;
	}
.header .tell .ter{
	float:right;
	font-size:30px;
	line-height:30px;
	margin-top:6px;
	margin-left:10px;
	color:#117cde;
	}
.navbg{
	width:100%;
	height:45px;
	background:#333;
	}
.nav{
	width:1200px;
	margin:0 auto;
	}
.nav>ul{
	}
.nav>ul>li{
	float:left;
	width:133px;
	line-height:45px;
	text-align:center;
	}
.nav>ul>li+li{
	background:url(../images/hover.jpg) left no-repeat;
	}
.nav>ul>li>a{
	display:block;
	font-size:16px;
	color:#fff;
	}
.nav>ul>li:hover>a{
	background:#117cde;
	}
.nav>ul>li ul{
	position:absolute;
	background:#fff;
	width:133px;
    margin-left:0px;
	z-index:100;
	box-shadow: 0 1px 5px rgba(153,153,153,0.19);
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
	}
.nav>ul>li:hover ul{
	opacity:1;
	visibility: visible;
	}
.nav>ul>li ul li{
	}
.nav>ul>li ul li a{
	color:#333;
	font-size:14px;
	line-height:40px;
	display:block;
	}
.nav>ul>li ul li a:hover{
	color:#fff;
	background:#117cde;
	}
.fobg{
	width:100%;
	overflow:hidden;
	padding:40px 0px;
	background:#1f1f23;
	margin-top:50px;
	}
.footer{
	width:1200px;
	margin:0 auto;
	}
.footer ul{
	float:left;
	width:220px;
	}
.footer ul+ul{
	margin-left:24px;
	}
.footer ul li{
	}
.footer ul li:nth-of-type(1){
	font-size:16px;
	color:#999;
	margin-bottom:10px;
	}
.footer ul li a{
	font-size:14px;
	color:#5a5a5a;
	line-height:30px;
	}
.footer ul li a:hover{
	color:#117cde;
	}
.footer ul.ctul{
	}
.footer ul.ctul li+li{
	float:left;
	}
.footer ul.ctul li+li+li{
	margin-left:20px;
	}
.footer ul.ctul li:nth-of-type(6){
	margin-left:0px;
	margin-top:20px;
	}
.footer ul.ctul li:nth-of-type(7){
	margin-top:20px;
	}
.banq{
	width:100%;
	background:#17171a;
	}
.banq p{
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:40px;
	}
.banq p a{
	color:#fff;
	}
